type github.com/jackc/pgx/v5/pgtype.encodePlanCompositeCodecCompositeIndexGetterToBinary

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		composite.go#L64: 		return &encodePlanCompositeCodecCompositeIndexGetterToBinary{cc: c, m: m}
		composite.go#L72: type encodePlanCompositeCodecCompositeIndexGetterToBinary struct {
		composite.go#L77: func (plan *encodePlanCompositeCodecCompositeIndexGetterToBinary) Encode(value any, buf []byte) (newBuf []byte, err error) {